A Programmer Studio project consists of a collection of folders and files that exist in a simple hierarchy. A key advantage of a hierarchical project model is the ability to set properties for a folder which will then be inherited by the folders and files which appear as descendants in the hierarchy.
Although this inheritance model requires some careful planning, the resulting project should require little modification when adding subsequent files and folders. The following example illustrates how a File Type may be specified at a project level, inherited by the files and folders in the project, and then overridden at either level.
|
File Type |
Opens With |
|
C source file |
|
|
|
C source file |
|
|
|
|
|
C source file |
|
ASP source file |
|
|
|
ASP source file |
|
|
|
|
Makefile |
Makefile |
See Also